home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.Template.VisualBasic.Page.xaml.en < prev    next >
Encoding:
Extensible Markup Language  |  2006-11-01  |  346 b   |  12 lines

  1. <Page
  2.     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.     x:Class="$safeitemname$"
  5.     x:Name="Page"
  6.     WindowTitle="Page"
  7.     FlowDirection="LeftToRight"
  8.     Width="640" Height="480"
  9.     WindowWidth="640" WindowHeight="480">
  10.  
  11.     <$documentroottype$ x:Name="LayoutRoot"/>
  12. </Page>